"Space War"
By Dave Clark
ARCADIAN 2, no. 4 (Feb. 25, 1980): 28,31.  (Instructions and BASIC Listing)
ARCADIAN 2, no. 5 (Mar. 24, 1980): 39.  (Correction, with no answer)
ARCADIAN 2, no. 6 (Apr. 25, 1980): 47.  (Correction)


From the Arcadian," page 28:

The object is to destroy the nasty Klingons again. They must be friends of the 
Empire, because they too have a Death Star, located in one of the quadrants. 
Shooting it with a torpedo will get you recharged and reloaded with torpedoes.

     K = Klingon
     $ = Starbase
     S = Klingon Starbase
     * = Star

Commands:

     1 - Raises/lowers deflector shields
     2 - Fires phaser
     3 - Fires torpedo
     4 - Moves you into one of the nine (3x3) quadrants, first
         enter x-value (1 to 3) then y-value (1 to 3). 
     5 - Allows you to self-destruct.


From the Arcadian," page 39:

"Space War" Correction? (p.31 ) was just brought to my attention, but I don't 
have the answer as yet. Line 130 appears to be missing - I haven't had a chance 
to talk to the author yet. This is one of the subtle problems in program 
checking, you may never hit the circumstance that requires a particular 
subroutine or branch while you are doing a check - but someone else does. (I 
did check the donated program, of course.)


From the Arcadian," page 47:

"Space War" correction mentioned last issue requires that line 210 be modified 
to read GOTO 30 instead of GOTO 130.

